Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor code cleanup and refactoring #172

Closed
wants to merge 1 commit into from

Conversation

Bebra777228
Copy link
Contributor

Code Cleanup and Refactoring

What was done:

  • Removed unused imports
  • Removed or merged duplicate tests
  • Conducted minor refactoring

Details:

  • The tests test_cli_Vocals_output_name_argument and test_cli_Instrumental_output_name_argument were removed. This decision was made because the code already includes two tests for renaming all stems for Demucs and other architectures. Therefore, a separate test for individual stems was deemed redundant.
  • The test test_cli_use_autocast_argument was also removed, as an identical test already exists in the code.
  • The tests test_inverse_device_handling and test_inverse_output_shape were combined into a single function, test_inverse_stft, since they were performing the same action.

@Bebra777228 Bebra777228 closed this by deleting the head repository Feb 7, 2025
@beveradb
Copy link
Collaborator

Hey @Bebra777228 , sorry I didn't get around to reviewing this (or your other PRs e.g. #175 ) sooner - I've just been really busy with my day job and other projects and didn't have any spoons left to spend on audio-separator.

May I ask why you closed them? If it's just cos I was super slow to reply, would you be interested in being added as a maintainer of this repo instead? I suspect you have more free time than me 😅

@Bebra777228
Copy link
Contributor Author

Hey, no, it's not because of the slow response. I just decided to abandon the idea with the WebUI repository and move all the developments to HuggingFace. I deleted the audio-separator-UI repository, and with it, these PRs were also deleted. Should I try to restore everything in one PR, or would it be better to do it in separate ones? 🤔

As for adding me as a maintainer, it's up to you. I can't always review any provided changes from PRs and I'm not very proficient in the code yet, still learning. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants